package axis
Import Path
github.com/K-Phoen/grabana/heatmap/axis (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
axis.go
Package-Level Type Names (total 3)
Option represents an option that can be used to configure a Y axis.
func Decimals(decimals int) Option
func Max(max float64) Option
func Min(min float64) Option
func Unit(unit string) Option
func New(options ...Option) *YAxis
func github.com/K-Phoen/grabana/heatmap.YAxis(opts ...Option) heatmap.Option
Package-Level Functions (total 5)
Decimals set the number of decimals to be displayed on the axis.
Max sets the maximum value expected on this axis.
Min sets the minimum value expected on this axis.
New creates a new YAxis configuration.
Unit sets the unit of the data displayed on this axis.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |